home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000151_jaltman@watsun.cc.columbia.edu_Thu Nov 15 12:18:31 EST 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  45 lines

  1. Article: 12972 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: ZModem Problems
  6. Date: 15 Nov 2001 17:13:05 GMT
  7. Organization: Columbia University
  8. Lines: 28
  9. Message-ID: <9t0t31$flk$1@newsmaster.cc.columbia.edu>
  10. References: <336f652d.0111141329.b5d3ad@posting.google.com> <9suos6$puh$1@newsmaster.cc.columbia.edu> <336f652d.0111150732.18b42f4f@posting.google.com> <9t0p2t$cjk$1@newsmaster.cc.columbia.edu>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1005844385 16052 128.59.39.2 (15 Nov 2001 17:13:05 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 15 Nov 2001 17:13:05 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12972
  16.  
  17. In article <9t0p2t$cjk$1@newsmaster.cc.columbia.edu>,
  18. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  19. : Hmmmm, something just occurred to me.  You are using C-Kermit 8.0 Beta,
  20. : right?  Recent releases of Kermit support something called "autodownload"
  21. : for both Kermit and Zmodem protocol transfers.  If during either CONNECT
  22. : mode an INPUT or MINPUT command, a Kermit or Zmodem packet arrives, C-Kermit
  23. : automatically enters the appropriate protocol.
  24. : Therefore it is possible that the file was downloaded automatically before
  25. : your script ever reaches the RECEIVE command, which would explain why RECEIVE
  26. : times out.  To rule this out, try adding:
  27. :   SET TERMINAL AUTODOWNLOAD OFF
  28. : to your script.
  29. : - Frank
  30.  
  31. And 
  32.  
  33.   SET INPUT AUTODOWNLOAD OFF
  34.  
  35. for the INPUT command.
  36.  
  37.  Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 Beta available
  38.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  39.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  40.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  41.